home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / libsnmp15.postinst < prev    next >
Text File  |  2008-09-22  |  157b  |  15 lines

  1. #! /bin/sh
  2.  
  3. set -e
  4.  
  5. ldconfig
  6.  
  7. # Automatically added by dh_makeshlibs
  8. if [ "$1" = "configure" ]; then
  9.     ldconfig
  10. fi
  11. # End automatically added section
  12.  
  13.  
  14. exit 0
  15.